List Learners
Retrieves a list of Contacts that the Viewer manages.
NB: The Viewer must be a Coordinator, see the isCoordinator
field on the Viewer. The managedByContactId
Core API LearnerField filter is applied automatically by the LMS API.
query learners {
coordinatorManagedContacts {
edges {
node {
id
firstName
lastName
emailAddress
jobRole
isCoordinator
isOverlappingCoordinator
phoneNumbers {
usage
number
}
account {
id
name
ancestors {
id
name
}
}
}
}
}
}